golang.org/x/net/http2.priorityWriteSchedulerRFC7540.writeThrottleLimit (field)
8 uses
golang.org/x/net/http2 (current package)
writesched_priority_rfc7540.go#L47: ws.writeThrottleLimit = 1024
writesched_priority_rfc7540.go#L49: ws.writeThrottleLimit = math.MaxInt32
writesched_priority_rfc7540.go#L217: writeThrottleLimit int32
writesched_priority_rfc7540.go#L377: limit = ws.writeThrottleLimit
writesched_priority_rfc7540.go#L388: ws.writeThrottleLimit += 1024
writesched_priority_rfc7540.go#L389: if ws.writeThrottleLimit < 0 {
writesched_priority_rfc7540.go#L390: ws.writeThrottleLimit = math.MaxInt32
writesched_priority_rfc7540.go#L393: ws.writeThrottleLimit = 1024
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)